Menu Top
Complete Course of Mathematics
Topic 1: Numbers & Numerical Applications Topic 2: Algebra Topic 3: Quantitative Aptitude
Topic 4: Geometry Topic 5: Construction Topic 6: Coordinate Geometry
Topic 7: Mensuration Topic 8: Trigonometry Topic 9: Sets, Relations & Functions
Topic 10: Calculus Topic 11: Mathematical Reasoning Topic 12: Vectors & Three-Dimensional Geometry
Topic 13: Linear Programming Topic 14: Index Numbers & Time-Based Data Topic 15: Financial Mathematics
Topic 16: Statistics & Probability


Content On This Page
Angle Between Two Lines Angle Between Two Planes Angle Between a Line and a Plane
Conditions for Parallelism and Perpendicularity of Lines and Planes


Three Dimensional Geometry: Angles



Angle Between Two Lines

In three-dimensional space, two lines can be intersecting, parallel, or skew (neither intersecting nor parallel). The angle between two lines provides a measure of their relative orientation.

If two lines intersect, the angle between them is simply defined as the angle between their respective direction vectors. Since lines extend infinitely in both directions, there are typically two angles formed at the intersection: an acute angle and an obtuse angle (unless the lines are perpendicular or parallel). By convention, the angle between two lines is usually taken to be the acute angle.

If the two lines are parallel, the angle between them is defined as $0^\circ$.

If the two lines are skew (they do not intersect and are not parallel), the angle between them is defined as the angle between any two intersecting lines that are drawn parallel to the given skew lines. This angle is equal to the angle between the direction vectors of the two skew lines.

In all cases, the angle between two lines is the angle between their direction vectors.

Formula using Vector Form

Let the vector equations of two lines $L_1$ and $L_2$ be given by:

Line $L_1$: $\vec{r} = \vec{a_1} + \lambda \vec{b_1}$

Line $L_2$: $\vec{r} = \vec{a_2} + \mu \vec{b_2}$

Here, $\vec{a_1}$ and $\vec{a_2}$ are the position vectors of points on lines $L_1$ and $L_2$ respectively. $\vec{b_1}$ is a vector parallel to line $L_1$ (its direction vector), and $\vec{b_2}$ is a vector parallel to line $L_2$ (its direction vector). $\lambda$ and $\mu$ are scalar parameters.

The angle $\theta$ between the lines $L_1$ and $L_2$ is the angle between their direction vectors $\vec{b_1}$ and $\vec{b_2}$. Using the definition of the dot product, we know that for any two non-zero vectors $\vec{u}$ and $\vec{v}$, $\vec{u} \cdot \vec{v} = |\vec{u}| |\vec{v}| \cos \phi$, where $\phi$ is the angle between them. Solving for $\cos \phi$:

$\cos \phi = \frac{\vec{u} \cdot \vec{v}}{|\vec{u}| |\vec{v}|}$

Applying this to the direction vectors $\vec{b_1}$ and $\vec{b_2}$, the angle $\phi$ between them is such that:

$\cos \phi = \frac{\vec{b_1} \cdot \vec{b_2}}{|\vec{b_1}| |\vec{b_2}|}$

The angle $\theta$ between the lines is conventionally the acute angle, which means $0 \le \theta \le \frac{\pi}{2}$. The cosine of an acute angle is non-negative. Therefore, to find the acute angle $\theta$, we take the absolute value of the dot product in the numerator:

$$ \mathbf{\cos \theta = \frac{|\vec{b_1} \cdot \vec{b_2}|}{|\vec{b_1}| |\vec{b_2}|}} $$

where $0 \le \theta \le \frac{\pi}{2}$.

Formula using Cartesian Form

Let the Cartesian equations of two lines $L_1$ and $L_2$ be given by the symmetric form:

Line $L_1$: $\frac{x - x_1}{a_1} = \frac{y - y_1}{b_1} = \frac{z - z_1}{c_1}$

Line $L_2$: $\frac{x - x_2}{a_2} = \frac{y - y_2}{b_2} = \frac{z - z_2}{c_2}$

In these equations, $(a_1, b_1, c_1)$ are the direction ratios of line $L_1$, and $(a_2, b_2, c_2)$ are the direction ratios of line $L_2$.

A vector parallel to $L_1$ can be taken as $\vec{b_1} = a_1\hat{i} + b_1\hat{j} + c_1\hat{k}$.

A vector parallel to $L_2$ can be taken as $\vec{b_2} = a_2\hat{i} + b_2\hat{j} + c_2\hat{k}$.

The angle $\theta$ between the lines is the acute angle between $\vec{b_1}$ and $\vec{b_2}$. We use the formula $\cos \theta = \frac{|\vec{b_1} \cdot \vec{b_2}|}{|\vec{b_1}| |\vec{b_2}|}$.

Calculate the dot product $\vec{b_1} \cdot \vec{b_2}$ in component form:

$\vec{b_1} \cdot \vec{b_2} = (a_1\hat{i} + b_1\hat{j} + c_1\hat{k}) \cdot (a_2\hat{i} + b_2\hat{j} + c_2\hat{k}) = a_1 a_2 + b_1 b_2 + c_1 c_2$

Calculate the magnitudes $|\vec{b_1}|$ and $|\vec{b_2}|$:

$|\vec{b_1}| = \sqrt{a_1^2 + b_1^2 + c_1^2}$

$|\vec{b_2}| = \sqrt{a_2^2 + b_2^2 + c_2^2}$

Substitute these into the formula for $\cos \theta$:

$$ \mathbf{\cos \theta = \frac{|a_1 a_2 + b_1 b_2 + c_1 c_2|}{\sqrt{a_1^2 + b_1^2 + c_1^2} \sqrt{a_2^2 + b_2^2 + c_2^2}}} $$

This formula gives the cosine of the acute angle between two lines when their direction ratios are known.

If the direction cosines $(l_1, m_1, n_1)$ and $(l_2, m_2, n_2)$ of the lines are known instead of direction ratios, the formula simplifies. Since $(l_1, m_1, n_1)$ and $(l_2, m_2, n_2)$ can be considered as the components of unit direction vectors $\hat{u_1}$ and $\hat{u_2}$ respectively (where $|\hat{u_1}|=1$ and $|\hat{u_2}|=1$), the formula becomes:

$\cos \theta = \frac{|\hat{u_1} \cdot \hat{u_2}|}{|\hat{u_1}| |\hat{u_2}|} = \frac{|l_1 l_2 + m_1 m_2 + n_1 n_2|}{(1)(1)}$

$$ \mathbf{\cos \theta = |l_1 l_2 + m_1 m_2 + n_1 n_2|} $$

Conditions for Parallel and Perpendicular Lines

From the angle formula, we can derive conditions for lines to be parallel or perpendicular:


Example 1. Find the angle between the lines $\vec{r} = (2\hat{i} - 5\hat{j} + \hat{k}) + \lambda(3\hat{i} + 2\hat{j} + 6\hat{k})$ and $\vec{r} = (7\hat{i} - 6\hat{k}) + \mu(\hat{i} + 2\hat{j} + 2\hat{k})$.

Answer:

The given equations are in vector form $\vec{r} = \vec{a} + \lambda \vec{b}$. The direction vectors are the vectors multiplied by the parameters $\lambda$ and $\mu$.

The direction vector for the first line is $\vec{b_1} = 3\hat{i} + 2\hat{j} + 6\hat{k}$.

The direction vector for the second line is $\vec{b_2} = \hat{i} + 2\hat{j} + 2\hat{k}$.

Let $\theta$ be the acute angle between the lines. We use the formula $\cos \theta = \frac{|\vec{b_1} \cdot \vec{b_2}|}{|\vec{b_1}| |\vec{b_2}|}$.

Calculate the dot product $\vec{b_1} \cdot \vec{b_2}$:

$\vec{b_1} \cdot \vec{b_2} = (3)(1) + (2)(2) + (6)(2)$

$\phantom{\vec{b_1} \cdot \vec{b_2}} = 3 + 4 + 12 = 19$

Calculate the magnitudes $|\vec{b_1}|$ and $|\vec{b_2}|$:

$|\vec{b_1}| = \sqrt{3^2 + 2^2 + 6^2} = \sqrt{9 + 4 + 36} = \sqrt{49} = 7$

$|\vec{b_2}| = \sqrt{1^2 + 2^2 + 2^2} = \sqrt{1 + 4 + 4} = \sqrt{9} = 3$

Calculate $\cos \theta$:

$\cos \theta = \frac{|\vec{b_1} \cdot \vec{b_2}|}{|\vec{b_1}| |\vec{b_2}|} = \frac{|19|}{(7)(3)} = \frac{19}{21}$

The angle between the lines is the angle whose cosine is $\frac{19}{21}$.

$\theta = \arccos\left(\frac{19}{21}\right)$

Since $\frac{19}{21}$ is positive, $\theta$ is an acute angle, as required.


Angle Between Two Planes

When two distinct planes in space are not parallel, they intersect to form a line. The angle between two intersecting planes is defined as the angle between the normal vectors to the planes. This angle is equal to the dihedral angle between the planes (or $180^\circ$ minus the dihedral angle, depending on which pair of normal vectors is chosen).

If the two planes are parallel, the angle between them is defined as $0^\circ$.

Similar to lines, the angle between two planes is conventionally taken as the acute angle between their normal vectors, i.e., between $0^\circ$ and $90^\circ$ ($\pi/2$).

Two intersecting planes with their respective normal vectors n1 and n2. The angle between the planes (dihedral angle) is shown, which is equal to the angle between their normal vectors.

Formula using Vector Form

Let the vector equations of two planes $P_1$ and $P_2$ be given by:

Plane $P_1$: $\vec{r} \cdot \vec{n_1} = d_1$

Plane $P_2$: $\vec{r} \cdot \vec{n_2} = d_2$

Here, $\vec{n_1}$ is a normal vector to plane $P_1$, and $\vec{n_2}$ is a normal vector to plane $P_2$. $d_1$ and $d_2$ are scalar constants related to the distance of the planes from the origin.

The angle $\theta$ between the planes $P_1$ and $P_2$ is defined as the angle between their normal vectors $\vec{n_1}$ and $\vec{n_2}$. Using the dot product formula for the angle between two vectors:

$\cos \phi = \frac{\vec{n_1} \cdot \vec{n_2}}{|\vec{n_1}| |\vec{n_2}|}$

where $\phi$ is the angle between $\vec{n_1}$ and $\vec{n_2}$.

Since the angle between planes is taken as the acute angle $\theta$ ($0 \le \theta \le \frac{\pi}{2}$), we use the absolute value of the dot product:

$$ \mathbf{\cos \theta = \frac{|\vec{n_1} \cdot \vec{n_2}|}{|\vec{n_1}| |\vec{n_2}|}} $$

where $0 \le \theta \le \frac{\pi}{2}$.

Formula using Cartesian Form

Let the Cartesian equations of two planes $P_1$ and $P_2$ be given by the general form:

Plane $P_1$: $A_1x + B_1y + C_1z + D_1 = 0$

Plane $P_2$: $A_2x + B_2y + C_2z + D_2 = 0$

The coefficients of $x, y, z$ in the general equation of a plane are the direction ratios of a normal vector to the plane.

A normal vector to plane $P_1$ is $\vec{n_1} = A_1\hat{i} + B_1\hat{j} + C_1\hat{k}$. The direction ratios are $(A_1, B_1, C_1)$.

A normal vector to plane $P_2$ is $\vec{n_2} = A_2\hat{i} + B_2\hat{j} + C_2\hat{k}$. The direction ratios are $(A_2, B_2, C_2)$.

The angle $\theta$ between the planes is the acute angle between $\vec{n_1}$ and $\vec{n_2}$. We use the formula $\cos \theta = \frac{|\vec{n_1} \cdot \vec{n_2}|}{|\vec{n_1}| |\vec{n_2}|}$.

Calculate the dot product $\vec{n_1} \cdot \vec{n_2}$ in component form:

$\vec{n_1} \cdot \vec{n_2} = (A_1\hat{i} + B_1\hat{j} + C_1\hat{k}) \cdot (A_2\hat{i} + B_2\hat{j} + C_2\hat{k}) = A_1 A_2 + B_1 B_2 + C_1 C_2$

Calculate the magnitudes $|\vec{n_1}|$ and $|\vec{n_2}|$:

$|\vec{n_1}| = \sqrt{A_1^2 + B_1^2 + C_1^2}$

$|\vec{n_2}| = \sqrt{A_2^2 + B_2^2 + C_2^2}$

Substitute these into the formula for $\cos \theta$:

$$ \mathbf{\cos \theta = \frac{|A_1 A_2 + B_1 B_2 + C_1 C_2|}{\sqrt{A_1^2 + B_1^2 + C_1^2} \sqrt{A_2^2 + B_2^2 + C_2^2}}} $$

This formula gives the cosine of the acute angle between two planes when their equations are given in Cartesian form.

Conditions for Parallel and Perpendicular Planes

From the angle formula, we can derive conditions for planes to be parallel or perpendicular:


Example 1. Find the angle between the planes $2x + y - 2z = 5$ and $3x - 6y - 2z = 7$.

Answer:

The equations of the planes are given in Cartesian form $Ax + By + Cz + D = 0$.

For the first plane, $2x + y - 2z = 5$ (or $2x + y - 2z - 5 = 0$), the coefficients of $x, y, z$ are $(A_1, B_1, C_1) = (2, 1, -2)$. These are the direction ratios of the normal vector $\vec{n_1} = 2\hat{i} + \hat{j} - 2\hat{k}$.

For the second plane, $3x - 6y - 2z = 7$ (or $3x - 6y - 2z - 7 = 0$), the coefficients are $(A_2, B_2, C_2) = (3, -6, -2)$. These are the direction ratios of the normal vector $\vec{n_2} = 3\hat{i} - 6\hat{j} - 2\hat{k}$.

Let $\theta$ be the acute angle between the planes. The angle between the planes is the acute angle between their normal vectors. We use the formula $\cos \theta = \frac{|\vec{n_1} \cdot \vec{n_2}|}{|\vec{n_1}| |\vec{n_2}|}$ or the equivalent Cartesian formula $\cos \theta = \frac{|A_1 A_2 + B_1 B_2 + C_1 C_2|}{\sqrt{A_1^2 + B_1^2 + C_1^2} \sqrt{A_2^2 + B_2^2 + C_2^2}}$.

Calculate $A_1 A_2 + B_1 B_2 + C_1 C_2$:

$A_1 A_2 + B_1 B_2 + C_1 C_2 = (2)(3) + (1)(-6) + (-2)(-2)$

$\phantom{A_1 A_2 + B_1 B_2 + C_1 C_2} = 6 - 6 + 4 = 4$

Calculate the magnitudes of the normal vectors:

$\sqrt{A_1^2 + B_1^2 + C_1^2} = \sqrt{2^2 + 1^2 + (-2)^2} = \sqrt{4 + 1 + 4} = \sqrt{9} = 3$

$\sqrt{A_2^2 + B_2^2 + C_2^2} = \sqrt{3^2 + (-6)^2 + (-2)^2} = \sqrt{9 + 36 + 4} = \sqrt{49} = 7$

Calculate $\cos \theta$:

$\cos \theta = \frac{|A_1 A_2 + B_1 B_2 + C_1 C_2|}{\sqrt{A_1^2 + B_1^2 + C_1^2} \sqrt{A_2^2 + B_2^2 + C_2^2}} = \frac{|4|}{(3)(7)} = \frac{4}{21}$

The angle between the planes is the angle whose cosine is $\frac{4}{21}$.

$\theta = \arccos\left(\frac{4}{21}\right)$

Since $\frac{4}{21}$ is positive, $\theta$ is an acute angle, as required.



Angle Between a Line and a Plane

When a straight line is not parallel to a plane and not contained within it, it intersects the plane at a single point. The angle between a line and a plane is defined geometrically as the angle between the line and its projection onto the plane.

Alternatively, a more convenient definition for calculation uses the normal vector of the plane. The angle between a line and a plane is defined as the complement of the angle between the line and the normal vector to the plane.

Let L be a line and P be a plane. Let $\vec{b}$ be the direction vector of the line L, and let $\vec{n}$ be a normal vector to the plane P.

Let $\theta$ be the angle between the direction vector of the line ($\vec{b}$) and the normal vector of the plane ($\vec{n}$).

The angle $\phi$ between the line L and the plane P is defined as:

$\phi = 90^\circ - \theta \quad$ or $\quad \phi = \frac{\pi}{2} - \theta$ (in radians)

From this relationship, taking the sine of both sides:

$\sin \phi = \sin\left(\frac{\pi}{2} - \theta\right)$

Using the trigonometric identity $\sin(\pi/2 - \theta) = \cos \theta$:

$\sin \phi = \cos \theta$

So, to find the sine of the angle between the line and the plane, we can calculate the cosine of the angle between the direction vector of the line and the normal vector of the plane. The angle $\theta$ between $\vec{b}$ and $\vec{n}$ is usually taken between $0$ and $\pi$, so $\cos\theta$ can be positive or negative. The angle $\phi$ between the line and the plane is usually taken as the acute angle ($0 \le \phi \le \pi/2$), for which $\sin\phi \ge 0$. Therefore, we use the absolute value of $\cos\theta$ in calculations involving $\sin\phi$.

Line L intersecting plane P. Normal vector n shown perpendicular to the plane. Angle theta is between L and n. Angle phi is between L and the plane (projection of L onto P). phi + theta = 90 deg.

Formula using Vector Form

Let the vector equation of the line be:

Line L: $\vec{r} = \vec{a} + \lambda \vec{b}$

Here, $\vec{b}$ is the direction vector of the line L.

Let the vector equation of the plane be:

Plane P: $\vec{r} \cdot \vec{n} = d$

Here, $\vec{n}$ is a normal vector to the plane P.

Let $\phi$ be the angle between the line and the plane, and $\theta$ be the angle between the direction vector $\vec{b}$ and the normal vector $\vec{n}$. We know $\sin \phi = \cos \theta$.

The cosine of the angle $\theta$ between vectors $\vec{b}$ and $\vec{n}$ is given by the dot product formula:

$\cos \theta = \frac{\vec{b} \cdot \vec{n}}{|\vec{b}| |\vec{n}|}$

To ensure $\sin \phi$ is non-negative for the acute angle $\phi$, we take the absolute value of the dot product:

$\cos \theta = \frac{|\vec{b} \cdot \vec{n}|}{|\vec{b}| |\vec{n}|}$

Therefore, the sine of the angle $\phi$ between the line and the plane is:

$$ \mathbf{\sin \phi = \frac{|\vec{b} \cdot \vec{n}|}{|\vec{b}| |\vec{n}|}} $$

Formula using Cartesian Form

Let the Cartesian equation of the line be:

Line L: $\frac{x - x_1}{a} = \frac{y - y_1}{b} = \frac{z - z_1}{c}$

Here, $(a, b, c)$ are the direction ratios of the line. A vector parallel to the line is $\vec{b} = a\hat{i} + b\hat{j} + c\hat{k}$.

Let the Cartesian equation of the plane be:

Plane P: $Ax + By + Cz + D = 0$

Here, $(A, B, C)$ are the direction ratios of the normal vector to the plane. A normal vector to the plane is $\vec{n} = A\hat{i} + B\hat{j} + C\hat{k}$.

Let $\phi$ be the angle between the line and the plane. Using the formula $\sin \phi = \frac{|\vec{b} \cdot \vec{n}|}{|\vec{b}| |\vec{n}|}$, we calculate the terms in component form:

Calculate the dot product $\vec{b} \cdot \vec{n}$:

$\vec{b} \cdot \vec{n} = (a\hat{i} + b\hat{j} + c\hat{k}) \cdot (A\hat{i} + B\hat{j} + C\hat{k}) = aA + bB + cC$

Calculate the magnitudes $|\vec{b}|$ and $|\vec{n}|$:

$|\vec{b}| = \sqrt{a^2 + b^2 + c^2}$

$|\vec{n}| = \sqrt{A^2 + B^2 + C^2}$

Substitute these into the formula for $\sin \phi$:

$$ \mathbf{\sin \phi = \frac{|aA + bB + cC|}{\sqrt{a^2 + b^2 + c^2} \sqrt{A^2 + B^2 + C^2}}} $$

This formula gives the sine of the angle between a line and a plane when the direction ratios of the line and the normal vector of the plane are known.


Example 1. Find the angle between the line $\frac{x+1}{2} = \frac{y}{3} = \frac{z-3}{6}$ and the plane $10x + 2y - 11z = 3$.

Answer:

The equation of the line is $\frac{x+1}{2} = \frac{y}{3} = \frac{z-3}{6}$. Comparing this with $\frac{x - x_1}{a} = \frac{y - y_1}{b} = \frac{z - z_1}{c}$, the direction ratios of the line are $(a, b, c) = (2, 3, 6)$. A direction vector for the line is $\vec{b} = 2\hat{i} + 3\hat{j} + 6\hat{k}$.

The equation of the plane is $10x + 2y - 11z = 3$. Comparing this with $Ax + By + Cz + D = 0$, the coefficients of $x, y, z$ are the direction ratios of the normal vector. So, the direction ratios of the normal to the plane are $(A, B, C) = (10, 2, -11)$. A normal vector for the plane is $\vec{n} = 10\hat{i} + 2\hat{j} - 11\hat{k}$.

Let $\phi$ be the angle between the line and the plane. We use the formula $\sin \phi = \frac{|aA + bB + cC|}{\sqrt{a^2 + b^2 + c^2} \sqrt{A^2 + B^2 + C^2}}$.

Calculate $aA + bB + cC$:

$aA + bB + cC = (2)(10) + (3)(2) + (6)(-11)$

$\phantom{aA + bB + cC} = 20 + 6 - 66 = 26 - 66 = -40$

Calculate the magnitudes:

$\sqrt{a^2 + b^2 + c^2} = \sqrt{2^2 + 3^2 + 6^2} = \sqrt{4 + 9 + 36} = \sqrt{49} = 7$

(Magnitude of the line's direction vector)

$\sqrt{A^2 + B^2 + C^2} = \sqrt{10^2 + 2^2 + (-11)^2} = \sqrt{100 + 4 + 121} = \sqrt{225} = 15$

(Magnitude of the plane's normal vector)

Calculate $\sin \phi$:

$\sin \phi = \frac{|aA + bB + cC|}{\sqrt{a^2 + b^2 + c^2} \sqrt{A^2 + B^2 + C^2}} = \frac{|-40|}{(7)(15)} = \frac{40}{105}$

Simplify the fraction:

$\sin \phi = \frac{\cancel{40}^{8}}{\cancel{105}_{21}} = \frac{8}{21}$

The sine of the angle between the line and the plane is $\frac{8}{21}$. The angle $\phi$ itself is the arcsine of this value.

$\phi = \arcsin\left(\frac{8}{21}\right)$


Conditions for Parallelism and Perpendicularity of Lines and Planes

Based on the angle formulas derived for lines and planes, we can state clear conditions for when lines are parallel or perpendicular to each other, when planes are parallel or perpendicular to each other, and when a line is parallel or perpendicular to a plane. These conditions are essential for solving problems involving relative orientations.

1. Conditions for Parallelism and Perpendicularity of Two Lines

Let $L_1$ be a line with direction vector $\vec{b_1}$ (and direction ratios $a_1, b_1, c_1$). Let $L_2$ be a line with direction vector $\vec{b_2}$ (and direction ratios $a_2, b_2, c_2$).

2. Conditions for Parallelism and Perpendicularity of Two Planes

Let $P_1$ be a plane with normal vector $\vec{n_1}$ (and normal direction ratios $A_1, B_1, C_1$). Let $P_2$ be a plane with normal vector $\vec{n_2}$ (and normal direction ratios $A_2, B_2, C_2$). The angle between planes is the angle between their normal vectors.

3. Conditions for Parallelism and Perpendicularity of a Line and a Plane

Let line L have direction vector $\vec{b}$ (and direction ratios $a, b, c$). Let plane P have normal vector $\vec{n}$ (and normal direction ratios $A, B, C$). Let $\phi$ be the angle between the line and the plane, and $\theta$ be the angle between $\vec{b}$ and $\vec{n}$. Recall that $\phi = 90^\circ - \theta$.


Summary for Competitive Exams

Angle Between Two Lines ($\vec{b_1}, \vec{b_2}$ direction vectors; $a_1,b_1,c_1$ and $a_2,b_2,c_2$ DRs):

  • $\cos \theta = \frac{|\vec{b_1} \cdot \vec{b_2}|}{|\vec{b_1}| |\vec{b_2}|} = \frac{|a_1 a_2 + b_1 b_2 + c_1 c_2|}{\sqrt{a_1^2+b_1^2+c_1^2} \sqrt{a_2^2+b_2^2+c_2^2}}$ (Acute angle $\theta$).
  • Lines Perpendicular ($\perp$): $\vec{b_1} \cdot \vec{b_2} = 0 \iff a_1 a_2 + b_1 b_2 + c_1 c_2 = 0$.
  • Lines Parallel ($\parallel$): $\vec{b_1} = \lambda \vec{b_2} \iff \frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}$.

Angle Between Two Planes ($\vec{n_1}, \vec{n_2}$ normal vectors; $A_1,B_1,C_1$ and $A_2,B_2,C_2$ normal DRs):

  • $\cos \theta = \frac{|\vec{n_1} \cdot \vec{n_2}|}{|\vec{n_1}| |\vec{n_2}|} = \frac{|A_1 A_2 + B_1 B_2 + C_1 C_2|}{\sqrt{A_1^2+B_1^2+C_1^2} \sqrt{A_2^2+B_2^2+C_2^2}}$ (Acute angle $\theta$).
  • Planes Perpendicular ($\perp$): $\vec{n_1} \cdot \vec{n_2} = 0 \iff A_1 A_2 + B_1 B_2 + C_1 C_2 = 0$.
  • Planes Parallel ($\parallel$): $\vec{n_1} = \lambda \vec{n_2} \iff \frac{A_1}{A_2} = \frac{B_1}{B_2} = \frac{C_1}{C_2}$.

Angle ($\phi$) Between Line ($\vec{b}$ direction vector; $a,b,c$ DRs) and Plane ($\vec{n}$ normal vector; $A,B,C$ normal DRs):

  • $\sin \phi = \frac{|\vec{b} \cdot \vec{n}|}{|\vec{b}| |\vec{n}|} = \frac{|a A + b B + c C|}{\sqrt{a^2+b^2+c^2} \sqrt{A^2+B^2+C^2}}$ (Acute angle $\phi$).
  • Line Perpendicular to Plane ($\perp$): Line direction $\parallel$ Plane normal. $\vec{b} = \lambda \vec{n} \iff \frac{a}{A} = \frac{b}{B} = \frac{c}{C}$.
  • Line Parallel to Plane ($\parallel$): Line direction $\perp$ Plane normal. $\vec{b} \cdot \vec{n} = 0 \iff a A + b B + c C = 0$. (Check if a point on the line satisfies plane equation to distinguish from line in plane).